From 5e886b348496fb4b7e4b3e050583459558ff13ba Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 13 Sep 2010 17:44:19 +0100 Subject: [PATCH] Fix an IO-APIC error message Signed-off-by: Keir Fraser --- xen/arch/x86/io_apic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c index c1445d4c30..46be3a239d 100644 --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -2030,8 +2030,8 @@ static inline void check_timer(void) return; } printk(" failed :(.\n"); - panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a " - "report. Then try booting with the 'noapic' option"); + panic("IO-APIC + timer doesn't work! Boot with apic_verbosity=debug " + "and send a report. Then try booting with the 'noapic' option"); } /* -- 2.30.2